home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / lcall12.zip / LOGCALL.CTL < prev    next >
Text File  |  1992-08-01  |  2KB  |  69 lines

  1. %    The LogCall v1.2 Configuration File
  2. %
  3. %    Lines preceded by the '%' character are ignored.
  4. %    This control file has 4 sections.  Each must be properly named, and
  5. %    each must end with the 'End' statement.
  6. %    Spacing and capitalization are irrelevant.  
  7.  
  8. TodaysCallers
  9.  
  10. %   This section defines certain variables for the Todays Caller list
  11. %   The 'FileName' is the name of the file you want the list written to.
  12.  
  13.     FileName    Callers.bbs
  14.  
  15. %   The next two are explained further in the DOCS
  16.  
  17.     StatLine     Line
  18.     Header      Header
  19. End 
  20.  
  21. LastFewCallers
  22.  
  23. %   This section defines the variables for a Last Few Callers List.
  24. %   If you do not wish to generate a list, you can comment out the 
  25. %   'LastFewCallers'  You can leave the rest alone.
  26.  
  27.     FileName    Calls.bbs
  28.     StatLine     Line
  29.     Header      Header2
  30.  
  31. %   The next variable sets the number of callers to display.
  32. %   Max number is 20.
  33.  
  34.     NumberInList    6
  35. End
  36.  
  37. General
  38.  
  39. %   This section has general variables that apply to both lists.
  40. %   The Length Variables set the length of each particular field.  
  41. %   Each field will be padded with spaces to the specified length.
  42. %   If you dont want to pad with spaces, set to 0.
  43.  
  44.     LengthCity    15
  45.     LengthName    15
  46.  
  47. %   This is a new command.  To not list particular users in your lists, 
  48. %   uncomment the next statement and type in their user number.  Up to
  49. %   ten users can be excluded.  Seperate numbers by a comma.
  50.  
  51. %    ExcludeUser    0,1
  52. End
  53.  
  54. CustomDisplayLines
  55.  
  56. %   This section is explained in the DOCS.
  57.  
  58. #Line
  59. #[lightgreen]User # [yellow][user] [lightblue][alias]  [lightcyan]of [lightmagenta][city] [gray]on [white][start] [gray]off [white][end] [lightred]@ [yellow][baud]
  60.  
  61. #Header
  62. #[cyan]<-----------------------------[yellow]Today's Callers[cyan]------------------------------->
  63.  
  64. #Header2
  65. #[green]Last few callers...
  66.  
  67. End
  68.  
  69.